Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

staging-next-24.05 iteration 3 - 2024-07-30 #331031

Merged
merged 62 commits into from
Aug 5, 2024
Merged

Conversation

wolfgangwalther and others added 30 commits June 20, 2024 13:33
…ling

The following sequence of operations loses ghc-options:
  Setup.hs configure --ghc-options
  Setup.hs build --with-ghc=...

This is described in [1].

The fix is simple: Don't pass --with-ghc in the build phase. The values
are taken from the configure step anyway. This seems to have been
introduced all the way back in 64ec4dd
about 8 years ago for unknown reasons.

Resolves #286285

[1]: haskell/cabal#10069

(cherry picked from commit 5dbf665)
(cherry picked from commit adcf839)
systemd meson.build apparently didn't check properly that the option was
enabled in all code paths, so it was possible to build systemd such as
--version would have -BPF_FRAMEWORK (properly disabled in config.h) with
-Dbpf-framework=enabled.

Fix the failing check, which was `clang -target bpf` breaking with
zerocallusedregs hardening -- this is apparently a known problem as it's
disabled in quite a few other packages that mention bpf in comment above
the exception...

Link: systemd/systemd#33793
(cherry picked from commit ef593db)
[Backport staging-24.05] gtk3: 3.24.42 -> 3.24.43
[Backport staging-24.05] orc: 0.4.38 -> 0.4.39
[Backport staging-24.05] systemd: re-enable bpf-framework
@vcunat vcunat merged commit 883180e into release-24.05 Aug 5, 2024
16 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.